projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
736e657
)
remove broken flags
author
Florian Fainelli
<
[email protected]
>
Sat, 16 Jun 2012 16:45:28 +0000
(16:45 +0000)
committer
Florian Fainelli
<
[email protected]
>
Sat, 16 Jun 2012 16:45:28 +0000
(16:45 +0000)
Thanks to Nicolas Le Falher for testing on Bifferboard.
SVN-Revision: 32389
target/linux/rdc/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/rdc/Makefile
b/target/linux/rdc/Makefile
index 117afb7bb06416ba9d275509f97e8e4a5d5a345e..db97a33377f08ac231d0d83643bbb0e64288e70c 100644
(file)
--- a/
target/linux/rdc/Makefile
+++ b/
target/linux/rdc/Makefile
@@
-1,5
+1,5
@@
#
-# Copyright (C) 2006-201
1
OpenWrt.org
+# Copyright (C) 2006-201
2
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
ARCH:=i386
BOARD:=rdc
BOARDNAME:=RDC 321x
-FEATURES:=squashfs jffs2 pci usb pcmcia
broken
+FEATURES:=squashfs jffs2 pci usb pcmcia
CFLAGS:=-Os -pipe -march=i486 -mtune=i486 -fno-caller-saves
MAINTAINER:=Florian Fainelli <
[email protected]
>